home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TSQLMANAGERFORM / TSQLMANAGERFORM.txt
Text File  |  2010-10-15  |  7KB  |  273 lines

  1. object SQLManagerForm: TSQLManagerForm
  2.   Left = 216
  3.   Top = 165
  4.   Width = 712
  5.   Height = 594
  6.   Caption = 'SQL Manager'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Microsoft Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ManagerPanel: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 704
  26.     Height = 567
  27.     Align = alClient
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     object SplitterH: TSplitter
  31.       Left = 0
  32.       Top = 274
  33.       Width = 704
  34.       Height = 3
  35.       Cursor = crVSplit
  36.       Align = alTop
  37.     end
  38.     object SQLBox: TTntGroupBox
  39.       Left = 0
  40.       Top = 0
  41.       Width = 704
  42.       Height = 274
  43.       Align = alTop
  44.       Caption = 'SQL'
  45.       TabOrder = 0
  46.       DesignSize = (
  47.         704
  48.         274)
  49.       object HistoryL: TTntLabel
  50.         Left = 7
  51.         Top = 224
  52.         Width = 59
  53.         Height = 13
  54.         Anchors = [akLeft, akBottom]
  55.         Caption = 'SQL History:'
  56.       end
  57.       object SourceDSNL: TTntLabel
  58.         Left = 7
  59.         Top = 250
  60.         Width = 49
  61.         Height = 13
  62.         Anchors = [akLeft, akBottom]
  63.         Caption = 'Database:'
  64.       end
  65.       object SQLMemo: TTntMemo
  66.         Left = 8
  67.         Top = 15
  68.         Width = 685
  69.         Height = 200
  70.         Anchors = [akLeft, akTop, akRight, akBottom]
  71.         ScrollBars = ssBoth
  72.         TabOrder = 0
  73.         WordWrap = False
  74.         OnKeyDown = FormKeyDown
  75.       end
  76.       object SQLHistory: TTntComboBox
  77.         Left = 104
  78.         Top = 221
  79.         Width = 465
  80.         Height = 21
  81.         Style = csDropDownList
  82.         Anchors = [akLeft, akRight, akBottom]
  83.         DropDownCount = 20
  84.         ItemHeight = 13
  85.         TabOrder = 1
  86.         OnChange = SQLHistoryChange
  87.         OnKeyDown = FormKeyDown
  88.       end
  89.       object ExecButton: TTntButton
  90.         Left = 573
  91.         Top = 220
  92.         Width = 120
  93.         Height = 23
  94.         Anchors = [akRight, akBottom]
  95.         Caption = 'Execute'
  96.         TabOrder = 2
  97.         OnClick = ExecButtonClick
  98.         OnKeyDown = FormKeyDown
  99.       end
  100.       object SourceDSNLabel: TTntEdit
  101.         Left = 104
  102.         Top = 246
  103.         Width = 260
  104.         Height = 21
  105.         TabStop = False
  106.         Anchors = [akLeft, akRight, akBottom]
  107.         Color = clBtnFace
  108.         MaxLength = 255
  109.         ReadOnly = True
  110.         TabOrder = 6
  111.       end
  112.       object SourceDB: TTntButton
  113.         Tag = 2
  114.         Left = 573
  115.         Top = 245
  116.         Width = 120
  117.         Height = 23
  118.         Anchors = [akRight, akBottom]
  119.         Caption = 'Database...'
  120.         TabOrder = 5
  121.         OnClick = DBButtonClick
  122.       end
  123.       object DBDropDown: TTntComboBox
  124.         Left = 368
  125.         Top = 246
  126.         Width = 201
  127.         Height = 21
  128.         Style = csDropDownList
  129.         Anchors = [akRight, akBottom]
  130.         ItemHeight = 13
  131.         TabOrder = 4
  132.         OnChange = DBDropDownChange
  133.         Items.Strings = (
  134.           'Accounts'
  135.           'Anti-Spam'
  136.           'GroupWare')
  137.       end
  138.       object SourceDSN: TTntEdit
  139.         Left = 104
  140.         Top = 246
  141.         Width = 260
  142.         Height = 21
  143.         Anchors = [akLeft, akRight, akBottom]
  144.         Color = clBtnFace
  145.         MaxLength = 255
  146.         ReadOnly = True
  147.         TabOrder = 3
  148.         Visible = False
  149.       end
  150.     end
  151.     object ResultGrid: TTntStringGrid
  152.       Left = 0
  153.       Top = 277
  154.       Width = 704
  155.       Height = 260
  156.       Align = alClient
  157.       ColCount = 1
  158.       DefaultColWidth = 100
  159.       DefaultRowHeight = 18
  160.       FixedCols = 0
  161.       RowCount = 1
  162.       FixedRows = 0
  163.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goRowSizing, goColSizing, goEditing]
  164.       TabOrder = 1
  165.       OnKeyDown = ResultGridKeyDown
  166.       OnSelectCell = ResultGridSelectCell
  167.       OnSetEditText = ResultGridSetEditText
  168.     end
  169.     object BottomPanel: TPanel
  170.       Left = 0
  171.       Top = 537
  172.       Width = 704
  173.       Height = 30
  174.       Align = alBottom
  175.       BevelOuter = bvNone
  176.       TabOrder = 2
  177.       object UpdateButton: TTntButton
  178.         Left = 1
  179.         Top = 4
  180.         Width = 123
  181.         Height = 23
  182.         Caption = 'Update'
  183.         TabOrder = 0
  184.         OnClick = UpdateButtonClick
  185.       end
  186.       object DeleteButton: TTntButton
  187.         Left = 129
  188.         Top = 4
  189.         Width = 123
  190.         Height = 23
  191.         Caption = 'Delete'
  192.         TabOrder = 1
  193.         OnClick = DeleteButtonClick
  194.       end
  195.       object SQLButton: TTntButton
  196.         Left = 257
  197.         Top = 4
  198.         Width = 123
  199.         Height = 23
  200.         Caption = 'SQL...'
  201.         TabOrder = 2
  202.         OnClick = SQLButtonClick
  203.       end
  204.       object SaveButton: TTntButton
  205.         Left = 385
  206.         Top = 4
  207.         Width = 123
  208.         Height = 23
  209.         Caption = 'Export...'
  210.         TabOrder = 3
  211.         OnClick = SaveButtonClick
  212.       end
  213.     end
  214.   end
  215.   object SaveDialog: TSaveDialog
  216.     DefaultExt = '.csv'
  217.     Filter = 'CSV File (*.csv)|*.csv'
  218.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  219.     Left = 768
  220.     Top = 168
  221.   end
  222.   object PopupMenu: TTntPopupMenu
  223.     Left = 8
  224.     Top = 8
  225.     object CreateSELECTbasedonthecurrentrow: TMenuItem
  226.       Tag = 1
  227.       Caption = 'Create SELECT statement based on current row'
  228.       OnClick = CreateSELECTbasedonthecurrentrowClick
  229.     end
  230.     object CreateUPDATEstatement: TMenuItem
  231.       Tag = 2
  232.       Caption = 'Create UPDATE statement based on current row'
  233.       OnClick = CreateSELECTbasedonthecurrentrowClick
  234.     end
  235.     object CreateDELETEstatement: TMenuItem
  236.       Tag = 3
  237.       Caption = 'Create DELETE statement based on current row'
  238.       OnClick = CreateSELECTbasedonthecurrentrowClick
  239.     end
  240.     object N1: TMenuItem
  241.       Caption = '-'
  242.     end
  243.     object GroupwareMenu: TMenuItem
  244.       Caption = 'Groupware'
  245.       object GetGRPIDfromOwnEmail: TMenuItem
  246.         Tag = 4
  247.         Caption = 'Get Groups from Own_Email'
  248.         OnClick = CreateSELECTbasedonthecurrentrowClick
  249.       end
  250.       object GetEventsfromOwnEmail1: TMenuItem
  251.         Tag = 5
  252.         Caption = 'Get Events from Own_Email'
  253.         OnClick = CreateSELECTbasedonthecurrentrowClick
  254.       end
  255.       object GetContactsfromOwnEmail1: TMenuItem
  256.         Tag = 6
  257.         Caption = 'Get Contacts from Own_Email'
  258.         OnClick = CreateSELECTbasedonthecurrentrowClick
  259.       end
  260.       object GetFoldersfromOwnEmail1: TMenuItem
  261.         Tag = 7
  262.         Caption = 'Get Folders from Own_Email'
  263.         OnClick = CreateSELECTbasedonthecurrentrowClick
  264.       end
  265.       object GetRightsfromOwnEmail1: TMenuItem
  266.         Tag = 8
  267.         Caption = 'Get Rights from Own_Email'
  268.         OnClick = CreateSELECTbasedonthecurrentrowClick
  269.       end
  270.     end
  271.   end
  272. end
  273.